home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / ICount 1.1.sit / iCount 1.1 / iCount 1.1.rsrc / STR#_10152.txt < prev    next >
Text File  |  1996-08-19  |  741b  |  30 lines

  1. stdev(x1,x2,窶ヲ)
  2. The standard deviation of the set of numbers x1 to x9 is the square root of their variance.
  3.  
  4. Example: stdev(10,1,0,0,9)
  5.  
  6. var(x1,x2,窶ヲ)
  7. The variance is the average of the squared deviations from the mean of the set of numbers x1 to x9.
  8. Example: var(10,1,0,0,9)
  9.  
  10. mdev(x1,x2,窶ヲ)
  11. The mean deviation is the average of the deviations of the set of numbers x1 to x9 from their mean value.
  12. Example: mdev(10,1,0,0,9)
  13.  
  14. range(x1,x2,窶ヲ)
  15. The difference between the largest and smallest numbers from the set of numbers x1 to x9.
  16. Example: mean(10,1,0,0,9)
  17.  
  18. mean(x1,x2,窶ヲ)
  19. The mean (average) of the set of numbers x1 to x9.
  20.  
  21.  
  22. Example: mean(10,1,0,0,9)
  23.  
  24. sum(x1,x2,窶ヲ)
  25. The sum of the set of numbers x1 to x9.
  26.  
  27.  
  28. Example: sum(10,1,0,0,9)
  29.  
  30.